home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 4 / MacFormat n. 4 (Spain) / MacFormat 4.bin / Demos / DiscoverIndia Demo / RUrban.dir / 00015_Match-on.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  369 b   |  14 lines

  1. on mouseUp
  2.   global matchedCount, rCardi, uCardi
  3.   puppetSound("Claypot slap.aiff")
  4.   set the castNum of sprite 17 to the number of cast "Blank"
  5.   set the castNum of sprite 18 to the number of cast "Blank"
  6.   set the ink of sprite (rCardi + 8) to 36
  7.   set the ink of sprite (uCardi + 8) to 36
  8.   if matchedCount < 4 then
  9.     go("L")
  10.   else
  11.     go("Endgame")
  12.   end if
  13. end
  14.